type google.golang.org/grpc/internal/transport/readyreader.constBufferPool

4 uses

	google.golang.org/grpc/internal/transport/readyreader (current package)
		ready_reader.go#L173: 	constPool constBufferPool // stored as a field to avoid heap allocations.
		ready_reader.go#L245: type constBufferPool struct {
		ready_reader.go#L249: func (p *constBufferPool) Get(int) *[]byte {
		ready_reader.go#L253: func (p *constBufferPool) Put(*[]byte) {}